projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1976f
)
(Overlay Properties): Clarify `evaporate' property.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Sep 2003 12:59:20 +0000
(12:59 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Sep 2003 12:59:20 +0000
(12:59 +0000)
lispref/display.texi
patch
|
blob
|
history
diff --git
a/lispref/display.texi
b/lispref/display.texi
index fb71744f3e707e7bbf0fe38e244230cb8d8d70c9..391d3f4764e4713c2f929eac584d2e347e2e2e8a 100644
(file)
--- a/
lispref/display.texi
+++ b/
lispref/display.texi
@@
-1129,7
+1129,9
@@
sense---only on the screen.
@item evaporate
@kindex evaporate @r{(overlay property)}
If this property is non-@code{nil}, the overlay is deleted automatically
-if it ever becomes empty (i.e., if it spans no characters).
+if it becomes empty (i.e., if its length becomes zero). However,
+if the overlay is @emph{already} empty, @code{evaporate} does not
+delete it.
@item local-map
@cindex keymap of character (and overlays)